home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / uucp1.lzh / man / dme.doc < prev    next >
Text File  |  1989-12-29  |  44KB  |  1,137 lines

  1.  
  2. DME.DOC         DME version 1.39         Matthew Dillon
  3.              4 November 1989
  4.  
  5. DME, (C)Copyright 1987-89, Matthew Dillon.  All Rights Reserved.
  6. This software may be distributed for non-profit only.  This software is
  7. FREEWARE, not shareware.
  8.  
  9.     Matthew Dillon
  10.     891 Regal Rd
  11.     Berkeley, California  94708
  12.     USA
  13.  
  14.     Source is avalable:
  15.  
  16.     (1) By anonymous FTP to UCBVAX.BERKELEY.EDU (ARPANET)
  17.     (2) By regular mail (send a disk)
  18.     (3) By Electronic mail:
  19.         ARPANET:    dillon@ucbvax.berkeley.edu
  20.         USENET:    ...!ihnp4!ucbvax!dillon
  21.         (may take a while for me to respond)
  22.  
  23.  
  24.     Donations welcome but not solicited (I ain't a starving artist).
  25.  
  26.     icon by Bryce Nesbitt
  27.  
  28.     text markers and the text-block stack by Kevin Seghetti (some of the new
  29.     commands for 1.30).
  30.  
  31.     AREXX interface (Bill Hawes' ARexx REXX language interpreter) ported
  32.     by Kim DeVaughn
  33.  
  34.  
  35. ---------------------------------------------------------------------------
  36.  
  37. 0   Installation
  38. I   Overview
  39. II  Keymapping        key and mouse mapping
  40. III Command Sequences    DME commands
  41. IV  File Particulars    notes on loading and saving files,
  42. V   Workbench Support
  43. VI  Revision Summary    revision numbering, changes made, etc...
  44. VII Compiling        compiling instructions
  45.  
  46.                     0
  47.                    INSTALLATION
  48.  
  49. The NULL: device must be mounted to be able to use the EXECUTE command.
  50. This is so EXECUTE works even if the console window goes away.    Otherwise,
  51. simply put DME in an accessable location (usually C:).  Put the dme.icon
  52. file in the same directory as DME if you want to access the application
  53. from the workbench (dme.icon is not needed if accessed from a CLI or shell).
  54.  
  55. People appear to have problems using the EXECUTE command when DME is run
  56. from the workbench.  I have no solution yet.
  57.  
  58. The CONFIG program may be used to configure the default window placement,
  59. size, and color.  This program modifies the executble:
  60.  
  61.     config c:dme    (or wherever you have the executable)
  62.  
  63.  
  64.                     I
  65.                  OVERVIEW
  66.  
  67. See REVISIONS section for revisions.  DME is an editor designed mainly for
  68. programmers.  Although it is not a word processor, it does include many
  69. word processing features such as Word-Wrap and automatic paragraph
  70. formatting.  Here is a quick 'features' list:
  71.  
  72.     -control language based on a rich command set accessed manually
  73.      or via arbitrary mapping of keys.  (Every key may be mapped to 128
  74.      different things via qualifier and mouse keys)
  75.  
  76.     -General variables, reference macros as variables, ENV: enviroment
  77.      variables (1.30C and beyond).
  78.  
  79.     -fast visual response (it scrolls quickly)... even faster when
  80.      BlitzFonts or similar text speedup utilities are installed.
  81.  
  82.     -title-line statistics showing your current position in the file,
  83.      file name, whether the file has been modified or not, etc...
  84.  
  85.     -Multiple Windows, ability to iconify windows
  86.  
  87.     -Word Wrap and automatic paragraph formatting.
  88.  
  89.     -ability to map any KEY or MOUSE BUTTON combination.
  90.  
  91. DME has been designed to allow easy expansion, and I intend to make many
  92. future improvments.  It has not been designed for user friendliness, but is
  93. straight forward if you read this document [care]fully.
  94.  
  95. DME can take any number of arguments.  Any argument without a '-' in front
  96. of it is considered to be a file.   Normally, DME will automatically SOURCE
  97. two script files, S:.EDRC, and the .EDRC in your current directory. These
  98. files do not have to exist.  These script files usually contain mappings
  99. and do things (for example, turn on savetabs).
  100.  
  101.     FLAGS:
  102.         -ffilename        -source this script file instead of .EDRC
  103.  
  104.         -b            -normally when multiple files are specified,
  105.                  DME opens them with small windows.  This opens
  106.                  them with normal sized windows.
  107.  
  108.         -tN     -Open the window on scan line N
  109.         -lN     -Open the window offset N scan columns
  110.         -wN     -Make the window N pixels wide
  111.         -hN     -Make the window N pixels high
  112.  
  113.  
  114.  
  115.                     II
  116.                  KEYMAPPING
  117.  
  118. MOUSE BUTTONS:
  119.  
  120.     The mouse buttons and combinations thereof may now be mapped.  The
  121.     default mappings for the mouse buttons are as follows:
  122.  
  123.     Left-button:    Move cursor to current mouse position
  124.     Right-button:   Iconify window
  125.     Left-button held down while moving mouse tracks the cursor
  126.  
  127.     The iconification features:
  128.     -Remembers original window size and placement
  129.     -Remembers placement of iconified window when you re-iconify later.
  130.  
  131.     Currently, you will crash the machine if you run out of memory and DME
  132.     is unable to open the icon window or original window, so be careful.
  133.  
  134.     see below for mapping the mouse buttons and mouse movement.
  135.  
  136.  
  137. KEYBOARD:
  138.  
  139. The rest of the Functional interface for DME is based on key/mouse mappings
  140. and a rich command set.  Unlike other text editors, any non-qualifier key
  141. in DME may have any meaning whatsoever.  It just so happens that the
  142. default keymappings assign such things as the (return) key to the RETURN
  143. function, the (up) key to the UP function, etc...  Keys are named by their
  144. keycap labels with the following exceptions:
  145.  
  146.     the name for Back-Space is    BS
  147.     the name for numeric keypad keys are prepended with an NK, except for
  148.     the Enter key which is named 'ENTER'.
  149.     The four cursor control keys are labeled UP, DOWN, LEFT, and RIGHT
  150.     The three mouse buttons are labeled RMB, MMB, and LMB.
  151.  
  152. NOTES:
  153.        The normal Amiga mouse has only two buttons, the Left and the Right
  154.        mouse buttons (LMB, RMB).  A properly installed three-button mouse
  155.        is also supported.
  156.  
  157.        You must type commands in lower-case, except for text, which can be
  158.        either lower or upper case, and for upper-case alpha keys when
  159.        specifying keymaps (i.e.  A and s-a are the same key).  The
  160.        exception is the AMIGA qualifier key, which uses 'A' instead of
  161.        'a'(Alt).
  162.  
  163.        Each key may be qualified with any combination of CTRL, ALT, SHIFT,
  164.        AMIGA, or any of the MOUSE buttons.  With 6 qualifiers (7 if your
  165.        mouse has a middle button), you can assign up to 64 (128) different
  166.        maps to each physical key on the keyboard.
  167.  
  168.        The CAPS-LOCK, when lit, is equivalent to SHIFT only for Alpha keys.
  169.  
  170.        The AMIGA-ALT (aA) combination isn't very usable since Intuition
  171.        uses the sequence to duplicate a Mouse SELECT.  Other AMIGA
  172.        sequences are used by intuition for mouse movement and other things.
  173.        Some other qualifier combinations may not be usable due to other
  174.        special sequences.
  175.  
  176.        Some keys must be mapped by their lower-case keycap.  That is, to
  177.        map the '>' key (USA keyboard), you specify shift dot (s-.)
  178.  
  179.  
  180.     ***EXAMPLES:***
  181.  
  182.     tab tab
  183.     a-a ALT a
  184.     A-a AMIGA a
  185.     sA-a    SHIFT AMIGA a
  186.     s-tab    SHIFT tab
  187.     c-tab    CTRL tab
  188.     ac-?    ALT-CTRL ?
  189.     s-f5    SHIFT F5
  190.     nk0 Numeric Keypad 0
  191.     cs-nk0    CTRL SHIFT Numeric Keypad 0
  192.     L-lmb    Left Mouse button pressed
  193.     L-mmove    Mouse moved while left mouse button held down
  194.     LR-lmb    left mouse button hit while right mouse button held down
  195.     s-.     shift . ('>' for USA keyboards)
  196.  
  197.     ***************
  198.  
  199. MAPPING MOUSE BUTTONS
  200.  
  201.     Mouse buttons serve both as QUALIFIERS and as KEYS.  Thus, you can map
  202.     both normal keystrokes which require a mouse button to be held down:
  203.  
  204.     map L-a ((left button and an a))
  205.  
  206.     as well as the mouse keys themselves:
  207.  
  208.     map L-lmb   ((left mouse key))
  209.  
  210.     note that you had to specify the left mouse button down qualifier L as
  211.     well as the left mouse button LMB.
  212.  
  213.     If you map the left mouse button, and also map a sequence such as left
  214.     mouse button + a:
  215.  
  216.     map L-lmb   tomouse
  217.     map L-a     ((hello))
  218.  
  219.     Note that the first mapping will always get executed even if you
  220.     intended L-a (that is, BOTH mappings would get executed).  In order
  221.     to avoid confusion you might want to UNMAP the system default mapping
  222.     for the right mouse button (mapped to ICONIFY) if you wish to apply
  223.     combinations to the right mouse button.
  224.  
  225.     MOUSE MOVEMENT is mapped with one or more mouse qualifiers (L, R, M),
  226.     plus 'MMOVE' for the key.  That is:
  227.  
  228.     map LR-mmove ((moving the mouse with both buttons held down))
  229.  
  230.     Or how bout capping the characters under the mouse while moving the
  231.     mouse?
  232.  
  233.     map LR-mmove (tomouse if cl (tlate -32))
  234.  
  235.  
  236.  
  237. DEFAULT KEYMAPPINGS:
  238.  
  239.     All Printable Ascii keys mapped to their ascii equivalent. BS, DEL, UP,
  240.     DOWN, LEFT, RIGHT, TAB, S-TAB, and ENTER are mapped properly.  These are
  241.     the default system keymappings.
  242.  
  243.  
  244.     map (a-c)       (bcopy)
  245.     map (a-d)       (bdelete)
  246.     map (a-down)    (scrolldown)
  247.     map (a-l)       (while cu (tlate +32 right))
  248.     map (a-m)       (bmove)
  249.     map (a-r)       (nextr)
  250.     map (a-s)       (bsource)
  251.     map (a-u)       (while cl (tlate -32 right))
  252.     map (a-up)      (scrollup)
  253.     map (bs)        (bs)
  254.     map (c-/)       (escimm (find ))
  255.     map (c-])       (ref)
  256.     map (c-[)       (ctags)
  257.     map (c-1)       (goto block)
  258.     map (c-b)       (block)
  259.     map (c-c)       ()
  260.     map (c-del)     (remeol)
  261.     map (c-down)    (pagedown)
  262.     map (c-esc)     (recall)
  263.     map (c-f)       (reformat)
  264.     map (c-g)       (escimm (goto ))
  265.     map (c-i)       (insertmode on)
  266.     map (c-j)       (join)
  267.     map (c-l)       (wleft)
  268.     map (c-n)       (next)
  269.     map (c-o)       (insertmode off)
  270.     map (c-p)       (prev)
  271.     map (c-q)       (quit)
  272.     map (c-r)       (wright)
  273.     map (c-s)       (split first down)
  274.     map (c-u)       (unblock)
  275.     map (c-up)      (pageup)
  276.     map (c-w)       (wordwrap toggle)
  277.     map (del)       (del)
  278.     map (down)      (down)
  279.     map (enter)     (return)
  280.     map (esc)       (esc)
  281.     map (f1)        (escimm (insfile ))
  282.     map (f10)       (saveold quit)
  283.     map (f2)        (escimm (newfile ))
  284.     map (f3)        (escimm (newwindow newfile ))
  285.     map (f6)        (saveold iconify)
  286.     map (f7)        (escimm (bsave ))
  287.     map (f8)        (saveold escimm (newfile ))
  288.     map (f9)        (saveold)
  289.     map (L-lmb)     (tomouse)
  290.     map (L-mmo)     (tomouse)
  291.     map (left)      (left)
  292.     map (R-rmb)     (iconify)
  293.     map (return)    (return insline up firstnb down)
  294.     map (right)     (right)
  295.     map (s- )       (( ))
  296.     map (s-del)     (deline)
  297.     map (s-down)    (bottom)
  298.     map (s-left)    (first)
  299.     map (s-right)   (last)
  300.     map (s-tab)     (backtab)
  301.     map (s-up)      (top)
  302.     map (sa-s)      (unblock block block bsource)
  303.     map (tab)       (tab)
  304.     map (up)        (up)
  305.  
  306.  
  307.  
  308.                     III
  309.                  COMMAND SEQUENCES
  310.  
  311. DME has a rich command set which allows you to embed commands within
  312. commands, or specify multiple commands in a row.  A command consists of a
  313. KEYWORD followed by a FIXED number of arguments (0, 1, 2...).  The argument
  314. delimeter in DME is a SPACE.  Therefore, to embed strings containing spaces
  315. as a single argument, you must surround the string with (string)
  316. (backsinglequote-string-singlequote).  TEXT to be written as if typed is
  317. also specified via a string in backquote-quotes.  For example:
  318.  
  319.     right right (hello) right right (hello) enter down
  320.     map f4 (right right) map f5 (left left)
  321.     map f4 ((hello))
  322.  
  323. Reiterating (because this is important!)... If a command expects ONE
  324. argument, then it really does expect a single argument, and any remaining
  325. arguments are thought to be the next command... so:
  326.  
  327.     map f4 right
  328.                     -right is only one word, so no need
  329.                      for ().
  330.     map f4 (right right)
  331.                     -we want to map f4 to two rights... we
  332.                      need the () or the second right will
  333.                      not be part of the map.
  334.  
  335.     map c-del (repeat cright del)
  336.                     -this is already implimented as REMEOL,
  337.                      but shown here for clarity.
  338.  
  339. Some arguments will eventually be fed through the command interpreter more
  340. than once.  The MAP command is a good example.    When you execute a MAP
  341. command, the first run through the command interpreter installs the map
  342. string minus a set of quotes.  So, if you want to specify text, you must
  343. enclose the text in two sets of ((text)) because the map string gets passed
  344. through the command interpreter again when you hit the mapped key.  Here
  345. are some more complex examples:
  346.  
  347.     map f4 (right right (hello) left left)      *RIGHT*
  348.     map f4 right right hello left left        *WRONG*
  349.  
  350.     map f4 (map f4 ((hello)))
  351.                     -the first time you hit F4, it's command
  352.                      is to re-map itself to the TEXT (hello).
  353.                      (gads!).
  354.  
  355.     map c-i (repeat tr (( )))
  356.                     -example of how to embed a space in a
  357.                      map and repeat (goes through command
  358.                      interpreter three times!).
  359.  
  360.  
  361. An easy way to fool around executing commands or making maps is either to
  362. use the ESC key (which enters command mode), or  a-S (alt-shift-s), which
  363. EXECUTES the current DME line that the cursor is on.... so you can use DME
  364. to edit and test your new keymappings.
  365.  
  366.  
  367.                 STRING VARIABLES
  368.  
  369.     String variables are replaced with their contents.    Three specification
  370.     forms are allowed:
  371.  
  372.     $varname        - varname can only consist of a-z,A-Z,0-9,-,_
  373.     $(varname)      - anything not containing a '(' or ')'
  374.     $`varname'      - anything not containing a '`' or '''
  375.  
  376.     Two special variables exist:
  377.  
  378.     filename    - the current filename
  379.     scanf        - the current scanf'd string (see SCANF below)
  380.     lineno        - the current cursor line number (1 .. N)
  381.     column        - the current cursor column number (1 .. N)
  382.  
  383.     Other variables cause a search of three variable domains to find the
  384.     contents.  For example, if you give  $DMEFONT:
  385.  
  386.     (1) An Internal variable named DMEFONT is searched for.  Internal
  387.         variables are case sensitive.  (see SET, UNSET)
  388.  
  389.     (2) An Enviroment variable name DMEFONT is searched for.  Enviroment
  390.         variables are NOT case sensitive.  (see SETENV, UNSETENV).  The
  391.         1.3 ENV: is used.
  392.  
  393.     (3) A DME keymap or menu definition named DMEFONT is searched for.
  394.         This allows you to say something like $sa-tab to insert the
  395.         contents of the shift-alt-tab keymap.   (see MAP, UNMAP, and
  396.         MENU oriented commands).
  397.  
  398.     The reason for the other two forms of variable specifiction is to allow
  399.     one to access strangely named variables (with puncuation and other crap).
  400.  
  401.     SPECIAL NOTE:  What is wrong with this command?
  402.  
  403.     repeat 100 (first ($myvar))
  404.  
  405.     What is wrong is that $myvar is evaluated BEFORE the repeat is
  406.     executed.  myvar might contain characters that would confuse the
  407.     command specification when.  That is, if myvar contained a '(' you
  408.     could get something like:    repeat 100 (fist ((())  which is obviously
  409.     incorrect.    By using \ you can cause $myvar to be evaluated at
  410.     loop-execution time rather than before:
  411.  
  412.     repeat 100 (first (\$myvar))
  413.  
  414.     These kinds of problems can also occur when you do keymaps... you
  415.     probably do not want to evaluate the variable at keymap-entry time,
  416.     but rather would want the variable evaluated at keymap-execution time.
  417.  
  418.     On the otherhand, this is perfectly allowable:
  419.  
  420.     set x (tlate +1)
  421.     repeat 100 ($x)
  422.  
  423.     Which executes the command (tlate +1) 100 times... By NOT surrounding
  424.     the variable with parens (depends on the situation), the variable is
  425.     executed rather than inserted as text.
  426.  
  427.  
  428.                SPECIAL CHARACTERS
  429.  
  430.     ^ is used to introduce a control character.  For example, ^c would
  431.     embed a control-c.    You cannot embed c-@ (ascii code 0).
  432.  
  433.     backslash \ is used to override special meanings.  The next character
  434.     is overriden.
  435.  
  436.     map c-a ((^l))      -map control a to produce a control l
  437.     map c-a ((\\\^l))   -map control a to produce a "^l".  The first
  438.              \ overides the second, and the third overides
  439.              the ^.
  440.  
  441. COMMAND LIST:
  442.  
  443.     (text)          -enter text as if typed.
  444.     key         -execute a keymap as a macro (example:  c-a)
  445.     header-item     -execute a menu item as a macro (example: Project-Save)
  446.              (case independant)
  447.     ADDPATH path    -Add the specified symbolic directory to DME's special
  448.              search path (see REF and CTAGS).
  449.     ARPINSFILE        -INSFILE filerequestor, only if ARP.LIBRARY installed
  450.     ARPLOAD        -NEWFILE filerequestor, only if ARP.LIBRARY installed
  451.     ARPSAVE        -SAVEAS  filerequestor, only if ARP.LIBRARY installed
  452.     BACK        -same as BS
  453.     BACKTAB        -backward tab
  454.     BCOPY        -copy block before cursor line
  455.     BDELETE        -delete the block
  456.     BLOCK        -Set start or end of block
  457.     BMOVE        -move block before cursor line
  458.     BOTTOM        -Move to Bottom of File
  459.     BS            -backspace, (delete char to left of cursor)
  460.     BSAVE file        -save the block to a file
  461.     BSOURCE        -source current text block as if it were a script file
  462.     CHFILENAME name -change the name of the working file
  463.     CTAGS        -search for the tag under the cursor (see below)
  464.     DEL         -delete, (deletes char under cursor)
  465.     DELINE        -delete line
  466.     DOWN        -cursor down
  467.     DOWNADD        -cursor down.  If at bottom of text, add a line.
  468.     ESC         -toggle manual command entry mode
  469.     ESCIMM arg        -go into command entry mode prompting with a
  470.              predefined string.
  471.     EXECUTE comm    -Execute a CLI command
  472.     FIND string     -SET the search pattern and do a NEXT
  473.     FINDR s1 s2     -Set find and replace patterns and do one find/rep.
  474.     FINDSTR string  -SET the search string pattern
  475.     FIRST        -move to column 1
  476.     FIRSTNB        -Move to first non-blank in line.
  477.     GOTO BLOCK        -Goto the beginning of the marked block.
  478.     GOTO START        -same as GOTO BLOCK.  undefined if no block
  479.     GOTO END        -goes to the END of the marked block.  undef. if no blk.
  480.     GOTO [+/-]N     -Goto an absolute or relative line number
  481.     HEIGHT N        -set height in PIXELS for any new windows
  482.     ICONIFY        -iconify the window
  483.     IF cnd act        -IF/WHILE/IFELSE.. SEE BELOW
  484.     IFELSE cnd ifact elseact
  485.     IGNORECASE what -set case ignore for seaches.  what = on, off, or toggle
  486.     INSERTMODE what -set INSERTMODE.  what = on, off, or toggle
  487.     INSFILE name    -insert a file into the current text.
  488.     INSLINE        -insert line
  489.     JOIN        -join next line to line at cursor
  490.     LAST        -move one beyond the last non-space in a line.
  491.     LEFT        -cursor left
  492.     LEFTEDGE N        -set leftedge on the screen in PIXELS for any new window
  493.     MAP key map     -map a key to a keymap
  494.     MARGIN N        -set WordWrap and paragraph formatting margin
  495.              (related to WORDWRAP and REFORMAT)
  496.     MENUADD hdr item cmd    -add menu item
  497.     MENUDEL hdr item        -delete menu item
  498.     MENUDELHDR hdr        -delete menu header
  499.     MENUCLEAR            -delete entire menu
  500.     MENUON            -enable menus  (multiple calls are stacked)
  501.     MENUOFF            -disable menus (multiple calls are stacked)
  502.     NEWFILE name    -replace current text with new file
  503.     NEWWINDOW        -open newwindow
  504.     NEXT        -find next occurance of search pattern
  505.     NEXTR        -find next occurance and replace
  506.     NULL        -no operation
  507.     PAGEDOWN        -pagedown a partial page (see PAGESET)
  508.     PAGESET n        -n PERCENT (0 to 100). page step size relative to the
  509.              current number of rows in the window.
  510.     PAGEUP        -pageup a partial page (see PAGESET)
  511.     PING n        -set a text marker (0-9).
  512.     PONG n        -move to a previously set text marker (0-9)
  513.     PREV        -find previous occurance of search pattern
  514.     PREVR        -find previous occurance and replace
  515.     PUSHMARK        -push the currently marked block onto a stack and
  516.              unhighlight the block
  517.     POPMARK        -pop the block stack and highlight the popped block
  518.     PURGEMARK        -clear the mark stack
  519.     QUIT        -quit
  520.     RECALL        -recall most recently entered command.  Must be used
  521.              from a keymap (c-esc).
  522.     REF         -reference string under cursor (see below)
  523.     REFORMAT        -reformat paragraph using the margin.
  524.     REMEOL        -Remove text under and beyond the cursor.
  525.     REMPATH wild    -Remove one or more symbolic directorys from DME's
  526.              special path... a */? wildcard is acceptable.
  527.     REPEAT cnt comm -SEE BELOW
  528.     REPSTR string   -SET the replace string pattern
  529.     RESETTOGGLE N   -clear toggle array entry N(0..31)
  530.     RESIZE cols rows-Resize current window. E.G:  (resize 70 23)
  531.     RETURN        -same as (FIRST DOWNADD)
  532.     RIGHT        -cursor right
  533.     RX            -ARexx macro, no args   (RX macname)
  534.     RX1         -ARexx macro, one arg   (RX1 macname arg1)
  535.     RX2         -ARexx macro, two args  (RX2 macname arg1 arg2)
  536.     SAVEAS file     -save current text under a different name (title
  537.              line name does not change)
  538.     SAVEMAP file    -save user keymappings
  539.     SAVEOLD        -save current text under current name
  540.     SAVESMAP file   -save all keymappings, including system keymaps
  541.     SAVETABS on/off -Optimize file saves by crunching spaces to tabs.
  542.              The default is OFF.
  543.     SCANF ctlstr    -scan the string at the current text position (C scanf)
  544.              example:    (scanf %s)          SEE BELOW
  545.     SCREENBOTTOM    -Move cursor to the bottom of the screen.
  546.     SCREENTOP        -Move cursor to the top of the screen
  547.     SCROLLUP        -Scroll up without moving cursor
  548.     SCROLLDOWN        -Scroll down without moving cursor
  549.  
  550.     SET var str     -create/modify an internal variable (access w/ $)
  551.     SETENV var str  -create/modify an enviroment variable (1.3 ENV:)
  552.     SETFONT font sz -Set the window's font.  ex:   (setfont topaz.font 11)
  553.     SETPARCOL col   -Set the left margin for word wrap mode paragraphing.
  554.     SETTOGGLE N     -set toggle array entry N  (0..255)
  555.     SOURCE file     -source a script file. '#' in first column for comment
  556.     SPLIT        -Split line at cursor
  557.     SWAPMARK        -PUSHMARK, swap top two marks on stack, POPMARK
  558.     TAB         -forward tab
  559.     TABSTOP N        -Set tab stops every N.  does not effect text load
  560.     TLATE [+/-]N    -translate character by +N or -N, or set character
  561.              to exactly N if no + or -. (e.g. TLATE +65 TLATE 3)
  562.     TMPHEIGHT N     -set window height for next window only, pixels
  563.     TMPWIDTH  N     -set window width for next window only,  pixels
  564.     TOGGLE N        -flip toggle array entry N (0..255)  (See IF)
  565.     TOMOUSE        -moves cursor to mouse position
  566.     TOP         -Move to Top of File
  567.     TOPEDGE N        -set topedge in the screen in PIXELS for any new window
  568.     UNBLOCK        -clear the block markers for the current window
  569.     UNDO        -undo current line (must be mapped to a key to work)
  570.     UNMAP key        -unmap a key
  571.     UP            -cursor up
  572.     UNSET var        -delete an internal variable
  573.     UNSETENV var    -delete an enviroment variable
  574.     WHILE cnd act   -(see below)
  575.     WIDTH N        -set width in PIXELS for any new window
  576.     WLEFT        -move to beginning of previous word.  If in the
  577.              middle of a word, move to beginning of current word.
  578.     WORDWRAP on/off/toggle
  579.             -Word Wrap mode (related to MARGIN)
  580.     WRIGHT        -move to beginning of next word
  581.  
  582.  
  583.     -------------------------------------------------------------
  584.     -------------    More Info on Complicated Commands    -----------------
  585.     -------------------------------------------------------------
  586.  
  587.     MENUOFF/ON        -This command will enable/disable menus.  Users
  588.              who have a whole bunch of MENUADD commands in
  589.              their .EDRC should note that disabling menus at
  590.              the beginning will speed up the MENUADD commands.
  591.              Then reenable menus at the end.  These calls are
  592.              stackable in that if you call MENUOFF, say, twice,
  593.              it will take two MENUON commands to restore
  594.              menus.  The reverse is not true.
  595.  
  596.     CTAGS   (c-[)   -(1.30B and beyond) Compatible with Aztec's CTAGS
  597.              program.  This command searches for the subroutine
  598.              name under the cursor in the associated tags file
  599.              ("tags" in the directory holding the file currently
  600.              being edited).  Also, the file "tags" in directories
  601.              specified by the special DME path (see ADDPATH and
  602.              REMPATH) will be searched.
  603.  
  604.              If the tag is found, it loads the file the subroutine
  605.              resides in if neccesary, then WindowToFront()'s the
  606.              window, ActivateWindow()s it, and GOTO's the line
  607.              where the subroutine starts.  The search within the
  608.              source file is anchored to the left column.  If the
  609.              file is already loaded, it is not reloaded.
  610.  
  611.              This enables a programmer to quickly trace subroutines
  612.              over an arbitrary number of files.
  613.  
  614.              The tags file contains one or more lines of the following
  615.              format:
  616.  
  617.              subroutine-name file-name /^search-pattern
  618.              (that's a slash and a carrot, then the pattern)
  619.  
  620.              -- EXAMPLE of 'TAGS' file:
  621.              setpen cmd1.c /^setpen(
  622.              do_up cmd1.c /^do_up(
  623.              --
  624.  
  625.             SPECIAL NOTE:  CTAGS will work even if you are not in
  626.             the directory containing the file.    You can thus place
  627.             a tags file in the directory containing the files it
  628.             references, and the filenames WITHIN the tags file need
  629.             not be a full path.
  630.  
  631.     REF     (c-])   -(1.28d and beyond).  This is a very powerful new
  632.              command that allows you to bring up a reference to
  633.              a keyword with a single keystroke.  This is useful for
  634.              programmers who have on-line documentation or fully
  635.              commented include files.  DME opens a window just big
  636.              enough to fit the reference.
  637.  
  638.              NOTE:  The new CTAGS command may be more suited to
  639.              your application.
  640.  
  641.              The reference keyword is the alpha-numeric string
  642.              currently under the cursor.  REF will search the
  643.              file DME.REFS in the directories listed by the
  644.              special DME path (see ADDPATH and REMPATH).  The
  645.              file must be built by the user and each line has the
  646.              following format:
  647.  
  648.              (keyword) (nolines/endstring) (file) (searchstr/##seekpos)
  649.  
  650.              Surrounding the keywords with `' or () is optional if
  651.              the keyword does not contain spaces.
  652.  
  653.             keyword     -keyword under cursor
  654.             nolines/ends-either a number (the number of lines
  655.                      in the reference) or a string denoting
  656.                      the end of the reference when found.
  657.             file        -the file containing the reference
  658.                      material
  659.             searchstr/##-search string in file that indicates
  660.                      the beginning of the reference, or
  661.                      two hashes (##) and the seek position
  662.                      in decimal (like ##2343).  The latter
  663.                      method is used mainly for reference-
  664.                      generator programs.
  665.  
  666.              Upon finding a successful keyword match the specified
  667.              file is openned and the seach string searched for.  If
  668.              a seek position was specified no search is made and a
  669.              seek is made to the beginning of the reference.  If
  670.              found, the indicated number of lines (if a number
  671.              is specified for <nolines/ends>) or until a match with
  672.              the endstring (if a string was specified) will be
  673.              placed in a temporary file and a new DME window
  674.              brought up. The temporary file is then deleted.
  675.  
  676.              When looking for matches, the compare is anchored at
  677.              the beginning of each line in the file.  Thus, any
  678.              spaces in front of the string in the file must be
  679.              duplicated.
  680.  
  681.              T: must be assigned to a temporary directory, usually
  682.              RAM:   See the included example DME.REFS file.  The
  683.              most common things referenced are the autodocs and
  684.              commented include files.
  685.  
  686.              Some modification of the included DME.REFS.* files may
  687.              be required due to differences in include file and
  688.              autodoc format.
  689.  
  690.     SCANF ctlstr    -This is equivalent to the C scanf() function with the
  691.              restriction that only one conversion is allowed, that
  692.              conversion being a string.  Thus:
  693.  
  694.              scanf %s        will place the string under the
  695.                     cursor in the variable $scanf
  696.  
  697.              scanf %4s        The first four chars of the string.
  698.  
  699.              scanf %[0123456789]
  700.                     will scan the string while it contains
  701.                     specified chars (e.g. scan a number)
  702.  
  703.              scanf %[~,]    will scan the string until it finds
  704.                     a ','.
  705.  
  706.             The variable $scanf may be used as an argument in any
  707.             command.  Example:    (insfile $scanf).
  708.  
  709.             NOTE:  If using $scanf in a macro, you probably want
  710.             to precede it with a \ to prevent it from being
  711.             evaluated at macro-creation time.
  712.  
  713.  
  714.     REPEAT N arg    -Repeat (arg) N times.  Apart from being a number, N
  715.              can also be one of:
  716.  
  717.             line    Current line # (lines begin at 1)
  718.             lbot    #lines to the bottom, including current line
  719.             cleft    column # (cols begin at 0)
  720.             cright    #chars to eol, including current char under cursor
  721.             tr    #char positions to next tab
  722.             tl    #char positions to next back tab
  723.  
  724.             Certain commands can abort a REPEAT loop.
  725.             Specifically, any FIND[R], NEXT[R], or PREV[R] in which
  726.             the search string is NOT found will abort a REPEAT.
  727.             Most operations which can go out of bounds, such as
  728.             UP, LEFT, RIGHT, DOWN, also abort a repeat.
  729.  
  730.             Specifying -1 as N causes REPEAT to go on forever
  731.             (well, actually, 0xFFFFFFFF times) or until an abort.
  732.  
  733.     IF [!]condition arg
  734.     WHILE [!]condition arg
  735.     IFELSE [!]condition arg else arg
  736.  
  737.         If the specified condition is true, execute the argument.  For
  738.         WHILE, the argument is executed until the condition is false
  739.         (be careful!).
  740.  
  741.         the optional '!' inverts the logic.
  742.  
  743.         Conditions:
  744.  
  745.  
  746.         #        if toggle entry # is SET.  there are 256 toggles (0..255)
  747.         t        if On line 1
  748.         b        if On last line
  749.         l        if At column 0
  750.         r        if At end of line (spaces below and beyond)
  751.         m        if Text has been modified
  752.         i        if in insert mode
  753.         x[<=>]# if column position (starts at 1) is (any OR combo of
  754.             <, =, or >) than some number.  Example:   x<=20
  755.         y[<=>]# if Line number (starts at 1) is (same as for x)
  756.         cl        character under cursor is lower case alpha
  757.         cu        character under cursor is upper case alpha
  758.         ca        character under cursor is alpha-numeric
  759.         cn        character under cursor is numeric
  760.         c[<=>]# character under cursor is ascii code # (# in decimal)
  761.             optional conditionals as in 'x' and 'y'.
  762.         cb        cursor within a block
  763.  
  764.     Example: simulating an insert mode toggle: ALT-i (not CTL-i)
  765.  
  766.     map a-i (ifelse 0 (toggle 0 insertmode OFF) (toggle 0 insertmode ON))
  767.  
  768.     Example: while lower case, map to upper case and move right.
  769.  
  770.     map c-U (while cl (tlate -32 right))
  771.  
  772.     Example: Search/Replace all of text.
  773.  
  774.     map c-R (escimm (findstr ) escimm (repstr ) repeat -1 nextr)
  775.  
  776.      if c<32 ((char under cursor is smaller than 32))
  777.      if c<>32 ((char under cursor is not equal to 32))
  778.      while !b down
  779.  
  780.  
  781.                     IV
  782.                  FILE PARTICULARS
  783.  
  784. No Matter what you set internal tabs to, tabs in disk files will be 8.
  785. This allows you to use your favorite tabs stops (mine are 4) and still
  786. have your disk files compatible with TYPE, a printer, etc...  DME by
  787. default doesn't bother to optimize when writing out files and simply uses
  788. spaces. If you (SAVETABS on) before saving (or in your S:.EDRC, etc...),
  789. DME will attempt to optimize the file by placing TABS in appropriate
  790. places.  DME will not place any TABS after the first single, back, or
  791. double quote is encountered in a line.    If this does not cover every
  792. situation in your particular application that you want to be *sure* no tabs
  793. will occur in sensitive sections, then you should not use (SAVETABS on).
  794.  
  795. It should be noted that since DME removes spaces at the end of the line,
  796. editing UUENCODED ascii files will not work for uuencoded lines which end
  797. with a space.  The nominal fix is to add an extra character after each
  798. uuencoded line (anything) in the proper column, which is ignored by the
  799. UUDECODE program.
  800.  
  801. The command to save the current document under the default name is SAVEOLD,
  802. *not* SAVE.  SAVE is not a valid command.  This is to prevent people who
  803. have not read the documentation from assuming 'save' takes an argument (and
  804. screwing up their work).  SAVEOLD does NOT take an argument, SAVEAS does.
  805.  
  806. SAVEOLD/SAVEAS do not automatically backup the destination file.  If you
  807. are working in an enviroment where you are worried about ensuring a viable
  808. copy can be recovered if your Amiga crashes in the middle of the save, you
  809. can write a macro to save the file into two places.  Usually, people backup
  810. their working disks so this is not neccesary.
  811.  
  812. Workbench Support:  If DME is run from the workbench, it will automatically
  813. construct an icon file when you save a document.  If run from a CLI, no
  814. icon file is generated.
  815.  
  816.                     V
  817.                   WORKBENCH SUPPORT
  818.  
  819. DME V1.26 and beyond support the workbench in the following way:  (1) you
  820. can click on the DME icon to bring up DME with the file "unnamed".  (2) you
  821. can select one or more standard ascii documents which have DME as the
  822. default tool.  If DME has no knowlege of a text icon, it uses its own.
  823. Command line arguments are passed to DME via the tooltypes entries for
  824. DME's application icon or via individual document icons.  The following
  825. format is used:  (This is a hack, no?)
  826.  
  827.     ARG=flag
  828.  
  829.     See the OVERVIEW section for allowed flags.  Only one argument per line
  830.     is allowed (sorry).  The tooltypes for the application icon are
  831.     processed first, then the tooltypes for each document icon are
  832.     processed before each file is loaded.
  833.  
  834.     ARG= -t10
  835.     ARG= -l10
  836.  
  837.     Note: the 'config' program may be used to modify an executable and
  838.     set the default window size and attributes.
  839.  
  840.                     VI
  841.                   REVISION SUMMARY
  842.  
  843. V????
  844.     - didn't restore pr_ConsoleDevice after an execute!
  845.  
  846. V1.39
  847.     - NEW COMMAND, 'setparcol'.  Set paragraph left margin for reformat
  848.       command and word wrap mode.  The default is -1 (same as original
  849.       format), else a column number.
  850.  
  851.     - case sensitive bug fixed.. used to always be case insensitive
  852.       no matter which option you chose.
  853.  
  854.     - search-and-replace bug fixed... cursor positioned to END of
  855.       replaced string to prevent improper operation when replace
  856.       string is a superset of the search string.
  857.  
  858.     - Menus more compact.
  859.  
  860. V1.38
  861.     - Removed fix in 1.37, use '1.4libpatch' if running under 1.4A16.
  862.  
  863.     - FIXED AREXX BUG... DMe would crash if ARexx was installed for
  864.       V's 1.37 and 1.36
  865.  
  866. V1.37
  867.     - 1.4a16 crashes on OpenLibrary() where the library does not
  868.       exist.  Doesn't try to open arex if running under 1.4
  869.       (for now, this is a temporary stopgap)
  870.  
  871. V1.36
  872.     -Removed dres.library IPC.    Removed dres.library requirement.  (ARexx IPC
  873.      still in of course).  Source now compilable under Lattice C and Manx C.
  874.  
  875. V1.35a
  876.     -can change block pen now and DME updates the title using the correct
  877.      color.
  878.  
  879. V1.35
  880.     -Bug in 1.34 fixed, would only work if dres.library was installed
  881.     OOOPPS.
  882.  
  883. V1.34
  884.     -New variables $fpath and $fname have been added.  $fpath is the path
  885.      part of the current filename, including trailing / or : (if any).
  886.      $fname is anything after that.  For example:
  887.  
  888.     FILE        fpath        fname
  889.     s:.edrc     s:         .edrc
  890.     blah                 blah     (path = "")
  891.     /poof        /         poof
  892.  
  893.  
  894. V1.33    RELEASE
  895.     -You can now run <nil: >nil: DME and close the console window that
  896.      you ran it from.  The execute command now requires the NULL: device
  897.      to be mounted or an error will occur.
  898.  
  899.     -space -> tab conversion does not take place after the first control
  900.      character (<32), as well as the first quote ("), open paren ((), or
  901.      single quote (') that it didn't before.
  902.  
  903. V1.32            (small fixes)
  904.     -Fixed workbench bugs, DME would exit if it could not find the
  905.      executables disk object.  No longer does so.
  906.  
  907. V1.31    RELEASE
  908.     -Added new variables $lineno and $colno
  909.     -Added CD command, ARPLOAD automatically CD's to DIR part of
  910.      requester.
  911.     -Added IPC support (my own ipc)
  912.     -Fixed bug in BMOVE (when the source block is an entire file)
  913.  
  914. V1.30C    LIMITED
  915.     -MAJOR!    Macros, Internal variables, and ENV: enviroment variables
  916.         may be specified with $varname, $(varname), or $`varname'.
  917.  
  918.     -New commands:  SET, SETENV, UNSET, UNSETENV    (variable support)
  919.  
  920.     -REFS window bug fixed I hope (made window slightly too small).
  921.     -SAVE[S]MAP bug fixed for space mappings
  922.     -CTAGS doesn't modify the window title if the window is iconified
  923.      (allows you to make the following map: map <somemap> (iconify ctags)
  924.  
  925.  
  926. V1.30B    Limited release
  927.     -Kim fixed a bug in splitpath
  928.     -added CTAGS command... support for Aztec's CTAGS program
  929.     -added ADDPATH command... special directory paths for DME
  930.     -added REMPATH
  931.  
  932.     REFS no longer searches fixed directories, but looks at the
  933.     ADDPATH directories.  CTAGS also looks at the ADDPATH
  934.     directories.  CTAGS supports arbitrary directory specifications
  935.     and is intelligent about where to look for the TAGS file.
  936.  
  937.  
  938. V1.30    RELEASE
  939.     -a couple small bugs fixed
  940.     -fixed text bug that sometimes overwrites the right border
  941.     -added new commands
  942.     SETFONT     (for all of text, static fonts only)
  943.     IGNORECASE  (for searches)
  944.     -added new commands (AREXX support, Kim DeVaughn)
  945.     RX, RX1, RX2
  946.     -added new commands (by Kevin Speghetti)
  947.     PUSHMARK, POPMARK, SWAPMARK, PURGEMARK        block marker stack
  948.     PING, PONG                    text markers (0-9)
  949.  
  950.     note: block marks on the stack, ping and pong, do not track text
  951.     changes (bug).
  952.  
  953.     -Many commands will now work while the text window is iconified
  954.      without having to uniconify it.
  955.  
  956. V1.29E
  957.     -Fixed low memory bug in do_bomve() again.
  958.     -Fixed arp file requestor problems.
  959.     -added ARPINSFILE command.
  960. V1.29D
  961.     -Fixed low memory bug in do_bmove()...
  962. V1.29C
  963.     -highlighted icon window if file modified
  964. V1.29B
  965.     -INLINE FILENAME:
  966.      added $filename variable.    $scanf and $filename can now be embedded
  967.      anywhere on the command line.
  968.     - ^x added (control-character), so you do not have to embed actual
  969.      control characters in your macros.
  970.     - \ overide added (\^x) produces "^x" instead of control-x, etc...
  971.  
  972. V1.29  RELEASE
  973.  
  974.     -Foreign keyboards supported better.
  975.     -Iconify window is activated rather than not activated.
  976.     -can keymap keys which normally produce nothing.
  977.     -blocks are displayed in a different color
  978.     -can now move/copy across windows
  979.     -can now resize window while file loading
  980.     -new commands ARPLOAD ARPSAVE   (uses ARP filerequestor if arp.library)
  981.      MENUADD MENUDEL MENUDELHDR MENUCLEAR MENUOFF MENUON
  982.  
  983.     minor bugs fixed, major remodeling of the source (this is what I
  984.     use my vacation for!)
  985.  
  986.     menus:  the right mouse button may be mapped only if there is no
  987.     menu, Else is used as the menu selector.  NOTE! It is much faster
  988.     to surround a set of MENUADD commands in a source file with
  989.     MENUOFF at the beginning and MENUON at the end.  You can also specify
  990.     menu items as macros in other commands (example: project-save)
  991.  
  992. V1.28h SMALL RELEASE    references work better
  993.  
  994. V1.28g SMALL RELEASE    Fixed NK0 bug in 1.28f plus keymap problems in 1.28f
  995.  
  996. V1.28f RELEASE
  997.     Fixed macro bug created in 1.28e... could not specify macros on the
  998.     command line.
  999.  
  1000. V1.28e INTERNAL/BETA
  1001.     New Commands:   REF     (c-])   -cross reference the word under the
  1002.                      cursor and bring up a new window
  1003.                      containing a description for that
  1004.                      word.  See docs above.
  1005.  
  1006.     -The keymapping has been fixed and should now work on any foreign
  1007.      keyboard.
  1008.     -MAJOR ADDITION:  () may be used instead of `' to enclose commands.
  1009.      One can enclose the other ... that is, to get the "'" character you
  1010.      can say (this is a charlie's day).
  1011.  
  1012. V1.28c RELEASE
  1013.     New Commands:   CHFILENAME        -change default filename for a window
  1014.             RECALL  (c-esc) -recall command line (e.g. you make a
  1015.                      mistake).    Must be used from a keymap,
  1016.                      default is c-esc.
  1017.  
  1018.             SCANF        -C scanf (single string only).  Extract
  1019.                      strings from the text for use in any
  1020.                      arbitrary command.
  1021.  
  1022.     Command Parser: $scanf        -as an argument by itself is recognized
  1023.                      to be the extracted string from scanf.
  1024.                      Currently, the variable name (after
  1025.                      the dollar) can be anything since only
  1026.                      one variable exists, but use '$scanf'
  1027.                      for future compatibility.
  1028.  
  1029.     -Many Bug fixes (mainly benign bugs)
  1030.     -^C (CONTROL C) now recognized when typed in a window.  c-c is mapped
  1031.      to () = no action.
  1032.     -Please look at the revised default keymappings listed in these docs.
  1033.  
  1034.  
  1035. V1.28 LIMITED RELEASE
  1036.     New Commands :  SCROLLUP    (a-up)
  1037.             SCROLLDOWN    (a-down)
  1038.     Modified Cmds:  ESCIMM
  1039.     The execution of commands specified by an ESCIMM is blocked until
  1040.     the user hits return on the ESCIMM command line.
  1041.  
  1042.             BCOPY
  1043.     No longer unblocks the block.
  1044.  
  1045.     -Title bar status line no longer blinks when it changes
  1046.     -Key releases no longer effect operation
  1047. V1.27 RELEASE
  1048.     -macros run about 20% faster due to hashing of the command table
  1049.     -Maximum # of toggles raised to 256 (see IF/WHILE)
  1050.     -small fixes to the code (nothing major)
  1051.     -child windows inherit tab stops, insert mode, and wordwrap mode
  1052.     -MOUSE BUTTONS AND MOVEMENT CAN NOW BE MAPPED
  1053.     -New Commands: ICONIFY    (used to be hardwired.  Is now a command)
  1054.     -Extended Commands: GOTO    (GOTO END of block)
  1055. V1.26 Beta, minimal Release
  1056.     -Workbench support
  1057.     -New Command:   EXECUTE
  1058. V1.25 RELEASE
  1059.     -BSAVE does NOT UNBLOCK after saving (switch in functionality yet again)
  1060.     -various bugs fixed (IF, tabs on file save)
  1061.     -New Commands: MARGIN, REFORMAT, WORDWRAP, RESIZE,
  1062.            TOPEDGE, LEFTEDGE, WIDTH, HEIGHT
  1063.     -Command line options added for setting the window size and an optional
  1064.      specified script file (when specified, local .EDRC not sourced).
  1065.  
  1066.     -Enhanced Commands: IF  ..more control with conditions, addition of
  1067.                   a couple more specifications.
  1068.                JOIN .. functionality slightly changed
  1069.     -keymaps may now be used as macros in other commands. (macros)
  1070.     -New keymaps added to the default set.
  1071.     -Mouse movement cleaned up a little.
  1072.  
  1073. V1.24 Internal
  1074.  
  1075. V1.23 RELEASE
  1076.     -S:.EDRC now sourced instead of C:.EDRC
  1077.     -User keymappings now work in COMMAND mode (when you hit ESC).
  1078.     -You can now map the Amiga keys ('A' for Amiga, since 'a' is alt).
  1079.     -Enhanced Commands: IF/IFELSE/WHILE (optional '!' in front of cond)
  1080.             new condition 'cb' 'character is in selected block'
  1081.             GOTO block  (goto beginning of block)
  1082.     -NewCommands:    PAGESET SAVETABS
  1083.     -Writing TABS (always 8) out to disk to save space now supported.
  1084.  
  1085. V1.22 RELEASE (BUF FIXES FROM 1.20)
  1086.     -'newfile' fixed
  1087. V1.21 RELEASE (BUG FIXES FROM 1.20)
  1088.     -iconify and window handling fixed
  1089.     -left mouse button now tracks the mouse.
  1090. V1.20 RELEASE
  1091.     -bug fixes: bsave now unmarks the block, bdelete now sets 'modified' flag.
  1092.         (other small fixes).
  1093.     -enhancements: overwrite mode status indicator, find, find-replace now
  1094.         completely implemented (yahhoo!!!)
  1095.     -changed commands:    FIND NEXT PREV: no longer loop back to the top of
  1096.         file or top->bottom in the case of PREV.  DELINE will now delete
  1097.         text on the line if there is only one line of text.
  1098.     -enhanced commands: GOTO REPEAT
  1099.     -new commands: SAVEMAP SAVESMAP TOGGLE SETTOGGLE RESETTOGGLE TLATE
  1100.            IF IFELSE WHILE BSOURCE
  1101.            FINDSTR REPSTR FINDR NEXTR PREVR
  1102.            NEWWINDOW
  1103.     -new keymappings: (see a-s, a-S, f3)
  1104.     -window iconification with mouse menu button.
  1105.  
  1106.  
  1107. V1.12 RELEASE
  1108.     -cursor is now pen #3 rather than #1.
  1109.     -changeover to AZTEC C, smaller executable.
  1110.     -now maps shift space to a space.
  1111.     -new commands: REMEOL, WLEFT, WRIGHT
  1112.     -display bug fixes (SPLIT)
  1113.     -FIND/PREV/NEXT will now abort a REPEAT if string not found.
  1114.  
  1115. V1.11 RELEASE NOTES
  1116.     -Bug fixes (mainly graphical mistakes).
  1117.     -User keymappings are disabled in command mode (so you can unmap
  1118.       single ascii characters you may have mapped).
  1119.     -Illegal key combinations no longer give garbage (e.g. ALT-CURSOR-DOWN)
  1120.       you can, of course, still map them to anything you wish.
  1121.     -Save now checks for error conditions on write.
  1122.     -Uses Default Console Keymap (i.e. no longer assumes USA)... but there
  1123.       *is* some stangeness.
  1124.  
  1125. V1.00 RELEASE NOTES
  1126.     -has find, but no replace function
  1127.     -assumes USA keyboard            (fixed 1.11)
  1128.     -disk files written out use spaces instead of tabs&spaces
  1129.  
  1130.  
  1131.                     VII
  1132.                 COMPILING
  1133.  
  1134. DME now compiles under either Manx C or Lattice C (V5.02 and beyond).
  1135. dres.library is no longer required.
  1136.  
  1137.